| 
 | 
 | 
 | 
| SftTreeColumn.SelectBackColorEnd Property | 
Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill.
Syntax
| VB.NET | |||
| VB | Clr = object.SelectBackColorEnd As OLE_COLOR | ||
| C#.NET | |||
| VC++ | OLE_COLOR Clr = object->SelectBackColorEnd; | ||
| C | HRESULT object->get_SelectBackColorEnd(OLE_COLOR* Clr); | ||
| Delphi | Clr := object.SelectBackColorEnd : Cardinal; | ||
| VB.NET | |||
| VB | object.SelectBackColorEnd = Clr As OLE_COLOR | ||
| C#.NET | |||
| VC++ | OLE_COLOR object->SelectBackColorEnd
      = Clr; | ||
| C | HRESULT object->put_SelectBackColorEnd(OLE_COLOR Clr); | ||
| Delphi | object.SelectBackColorEnd := Clr : Cardinal; | ||
object
A SftTreeColumn object.
Clr
Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The SelectBackColorEnd property defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill.
Cells can override the ending background color using the Cell.SelectBackColorEnd property.
See Also SftTreeColumn Object | Object Hierarchy